The ProxyCollection<(Of <(<'T>)>)> type exposes the following members.

Methods

  Name Description
Public method Add(Object)
Public method Add(T)
Public method Clear
Public method Contains(Object)
Public method Contains(T)
Public method CopyTo(Array, Int32)
Public method CopyTo(array<T>[]()[][], Int32)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetEnumerator
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf(Object)
Public method IndexOf(T)
Public method Insert(Int32, Object)
Public method Insert(Int32, T)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Remove(Object)
Public method Remove(T)
Public method RemoveAt
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

Explicit Interface Implementations

See Also